home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magic Publisher
/
Magic Publisher (1996)(Schatztruhe)(Disc 1 of 4).iso
/
PD-Shareware
/
Textviewer
/
ZMore
/
Install
next >
Wrap
Text File
|
1996-01-28
|
725b
|
39 lines
; Installer-Script fot ZMore © by PackMAN
(set #notV37
(cat "» ZMore « benötigt OS2 (V37.175) oder höher..."))
(set #msg
(cat "\n\n"
" » ZMore « Installer script.\n\n"
"This script installs » ZMore « on your AMIGA in "C:"\n\n"
"ZMore © 1994-1995 Falk Zühlsdorff\n"
"All rights reserved."))
;=============================================================================
; OS2 ?
(if (< (/ (getversion) 65536) 37)
(
(abort #notV37)
))
;=============================================================================
(message #msg)
(welcome)
(copyfiles
(prompt "Textviewer ZMore")
(help "only the viewer no doc will be installed")
(source "ZMore")
(dest "C:" )
(confirm)
)